home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 2 / Atari Forever 2.zip / Atari Forever 2.iso / serie_v / v_137 / readme < prev    next >
Text File  |  1984-05-01  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.          The following notes were prepared by Joe Waters, disk
  7.          librarian of Current Notes.
  8.  
  9.           N O T E:  To fit all the files on a single disk, some had to
  10.          be compressed.  The folder "BIN" has the arc'd file
  11.          "LSTBIN.ARC" which contains "parse.ttp" and "ue.ttp (an early
  12.          version of MicroEmacs).  The folder  "DOCS" contains the body
  13.          of the manual (MANBODY) and three appendix files all combined
  14.          in the arc'd file "LSTDOC.ARC". The main "ARC" program and
  15.          its docs are included on this disk to allow you to expand
  16.          these compressed files.  To expand the documentation, for
  17.          example, move the LSTDOC.ARC file to a blank, newly formatted
  18.          disk along with the ARC.TTP program.  Then double-click on
  19.          ARC.TTP and, when asked for parameters, enter "x LSTDOC.ARC"
  20.          which is the comand to  eXtract files from the archive
  21.          LSTDOC.ARC.  Further options are explained in the ARC.DOC
  22.          file.  You must expand the file PARSE.TTP in the BIN folder
  23.          to get LITTLE SMALLTALK to work. All the example programs are
  24.          in the arc'd file LSTEXA.ARC.
  25.  
  26.           NOTE: I have added the ARCSHELL programs to this disk to
  27.          make it a little easier to unarc things.  However, to do so,
  28.          I had  to move four files from the root directory and place
  29.          them in smtalk.arc.  The files are ST.TTP (the main small
  30.          talk program), SYNTAX, INSTALLG, and BUGS.  Sorry about all
  31.          the compressing,  but that seemed better than making this a
  32.          two-disk system.
  33.           Below are some of the original "readme" docs:
  34.  
  35.                                  J.W.
  36.  
  37.                        * * * * * * * * * * * * * * * * * *
  38.            The port to the Atari ST was done by Dave Clemans, based on
  39.          the Amiga port distributed on "Fred Fish" disk #37.
  40.           The "Little Smalltalk" executable is "st.ttp" in the root
  41.          directory of this disk.  To run at all, you must have the
  42.          following directories and files:
  43.                \prelude\standard
  44.                \tmp
  45.                \bin\parse.ttp
  46.                \lib
  47.             "Little Smalltalk" needs write access to the disk that it
  48.          runs on.
  49.  
  50.           Special notes:
  51.  
  52.           The port was done using the "Mark Williams" C compiler.
  53.           The ")!" command executes commands directly and does not use
  54.          a shell. Everything passed to ")!" must therefore be the full
  55.          pathname of an executable file, along with any arguments that
  56.          that program might need.
  57.  
  58.             The default editor is "\bin\me.ttp".
  59.  
  60.             Documentation for "Little Smalltalk" is in the folder
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.          \docs.
  73.  
  74.             Cursor positioning primivites are not supported (yet...).
  75.          Plotting primitives are not supported.
  76.  
  77.             To re-build, set desired parameters in \src\env.h
  78.          (particularly pathnames), and run make.  Once that finishes
  79.          put st.ttp (Little Smalltalk executable) wherever you wish.
  80.          Then go to \parse and run make, putting the result
  81.          "parse.ttp" into the pathname that you specified for it in
  82.          \src\env.h. Then go to \prelude and run make.  To re-iterate
  83.          what was said above, this disk was built using the "Mark
  84.          Williams" C compiler package and might not compile under
  85.          other packages.  Also, there is not enough free space on the
  86.          disk to rebuild a prelude or to compile anything; you'll have
  87.          to move things around to re-compile.
  88.  
  89.           NOTE: The contents of this disk were constructed from the
  90.          three CompuServe files listed below:
  91.  
  92.           LSTBIN.ARC
  93.  
  94.             Little Smalltalk from the University of Arizona.  To
  95.          install: on disk with \lib, \tmp directories, put parse.ttp
  96.          in \bin\parse.ttp, put standard into \prelude\standard, put
  97.          your editor into \bin\me.ttp. Put st.ttp into \. Run "st.ttp"
  98.          and your in Little Smalltalk. Exit via ^z. [NOTE: program has
  99.          already been installed on this disk.]
  100.  
  101.           LSTDOC.ARC
  102.           Arc file of documents for Little Smalltalk from the
  103.          University of Arizona. This is an interpretive, non-graphics
  104.          Smalltalk like language.
  105.  
  106.           LSTEXA.ARC
  107.  
  108.             This is an ARC file containing some short example programs
  109.          for Little Smalltalk from the University of Arizona.
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.